* src/fileio.c (clone_file): Condition on !WINDOWSNT, since the
call to it is not compiled in that build, and having it defined
causes compiler warnings.
}
}
+#ifndef WINDOWSNT
/* Copy data to DEST from SOURCE if possible. Return true if OK. */
static bool
clone_file (int dest, int source)
#endif
return false;
}
+#endif
DEFUN ("copy-file", Fcopy_file, Scopy_file, 2, 6,
"fCopy file: \nGCopy %s to file: \np\nP",